Write Key-Value
Command Prototype
INI.Write(sFile, sSection, sKey, sValue)
Command Description
Write a given key-value pair under a given section of the INI file
Parameter Description
- Required Parameter
- sFile--The path to the .ini file
- sSection--Name of the section of the .ini file to lookup the key in
- sKey--The key whose value we will set
- sValue--The value to write for the given key